﻿2026-07-29T11:32:58.5342305Z ##[group]Run actions/checkout@v5
2026-07-29T11:32:58.5342847Z with:
2026-07-29T11:32:58.5343259Z   fetch-depth: 2
2026-07-29T11:32:58.5343680Z   repository: BigscreenVR/spt-bs-core
2026-07-29T11:32:58.5346804Z   token: ***
2026-07-29T11:32:58.5347181Z   ssh-strict: true
2026-07-29T11:32:58.5347567Z   ssh-user: git
2026-07-29T11:32:58.5347952Z   persist-credentials: true
2026-07-29T11:32:58.5348357Z   clean: true
2026-07-29T11:32:58.5348739Z   sparse-checkout-cone-mode: true
2026-07-29T11:32:58.5349354Z   fetch-tags: false
2026-07-29T11:32:58.5349959Z   show-progress: true
2026-07-29T11:32:58.5350346Z   lfs: false
2026-07-29T11:32:58.5350692Z   submodules: false
2026-07-29T11:32:58.5351087Z   set-safe-directory: true
2026-07-29T11:32:58.5351519Z   allow-unsafe-pr-checkout: false
2026-07-29T11:32:58.5351955Z ##[endgroup]
2026-07-29T11:32:58.6182096Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-29T11:32:58.6184336Z ##[group]Getting Git version info
2026-07-29T11:32:58.6185376Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-29T11:32:58.6186898Z [command]/usr/bin/git version
2026-07-29T11:32:58.6187560Z git version 2.43.0
2026-07-29T11:32:58.6189602Z ##[endgroup]
2026-07-29T11:32:58.6194563Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/2f3eaa1f-d8c9-45d5-94b7-f36a306ae0af' before making global git config changes
2026-07-29T11:32:58.6196490Z Adding repository directory to the temporary git global config as a safe directory
2026-07-29T11:32:58.6198116Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-29T11:32:58.6222139Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-29T11:32:58.6242021Z https://github.com/BigscreenVR/spt-bs-core
2026-07-29T11:32:58.6252572Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-29T11:32:58.6255054Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-29T11:32:58.6271903Z HEAD
2026-07-29T11:32:58.6301452Z ##[endgroup]
2026-07-29T11:32:58.6302868Z [command]/usr/bin/git submodule status
2026-07-29T11:32:58.6482343Z ##[group]Cleaning the repository
2026-07-29T11:32:58.6485106Z [command]/usr/bin/git clean -ffdx
2026-07-29T11:32:58.6519706Z [command]/usr/bin/git reset --hard HEAD
2026-07-29T11:32:58.6574631Z HEAD is now at 812d7158 fix(access): mint the baseline store instead of degrading closed on first load
2026-07-29T11:32:58.6580051Z ##[endgroup]
2026-07-29T11:32:58.6581527Z ##[group]Disabling automatic garbage collection
2026-07-29T11:32:58.6585101Z [command]/usr/bin/git config --local gc.auto 0
2026-07-29T11:32:58.6608564Z ##[endgroup]
2026-07-29T11:32:58.6609552Z ##[group]Setting up auth
2026-07-29T11:32:58.6613445Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-29T11:32:58.6637221Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-29T11:32:58.6824620Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-29T11:32:58.6850248Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-29T11:32:58.7034690Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-29T11:32:58.7061148Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-29T11:32:58.7253712Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-29T11:32:58.7283455Z ##[endgroup]
2026-07-29T11:32:58.7284543Z ##[group]Fetching the repository
2026-07-29T11:32:58.7290014Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +222d480f5d4df54d353225c2ffdb05abc444defa:refs/remotes/pull/121/merge
2026-07-29T11:32:59.3014588Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-29T11:32:59.3016353Z  * [new ref]           222d480f5d4df54d353225c2ffdb05abc444defa -> pull/121/merge
2026-07-29T11:32:59.3034614Z ##[endgroup]
2026-07-29T11:32:59.3035809Z ##[group]Determining the checkout info
2026-07-29T11:32:59.3036972Z ##[endgroup]
2026-07-29T11:32:59.3039696Z [command]/usr/bin/git sparse-checkout disable
2026-07-29T11:32:59.3082480Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-29T11:32:59.3108162Z ##[group]Checking out the ref
2026-07-29T11:32:59.3110349Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/121/merge
2026-07-29T11:32:59.3452225Z Previous HEAD position was 812d7158 fix(access): mint the baseline store instead of degrading closed on first load
2026-07-29T11:32:59.3456089Z HEAD is now at 222d480f Merge 4972b6d20d4dd67613d5ffb4b904277d0c69d339 into 812d7158a207aa312a34d4b472f6b7a45cdfaeea
2026-07-29T11:32:59.3463906Z ##[endgroup]
2026-07-29T11:32:59.3498921Z [command]/usr/bin/git log -1 --format=%H
2026-07-29T11:32:59.3521453Z 222d480f5d4df54d353225c2ffdb05abc444defa
